home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / steph1b0.zip / EDITOR.DOC < prev    next >
Text File  |  1994-09-13  |  1KB  |  31 lines

  1. ----------------------------------------------------------------------
  2.  
  3. The  E D I T O R  example program.
  4.  
  5. ----------------------------------------------------------------------
  6.  
  7.  
  8. The editor program is designed to show how an application program can be
  9. written to use the Steph libraries.  The editor is extremely simple, but
  10. demonstrates the way in which action, filter and mouse functions are
  11. used.  For an example of more of Steph's menuing, dialogue box, toolbar
  12. capabilities, etc. see the example program DEMO.C.
  13.  
  14. The file EDITOR.C should be compiled and linked with EDITFN.C and a
  15. Steph library such as STEPH_M.LIB.
  16.  
  17. EDITOR.C sets up a simple text mode Steph screen with two windows. Each
  18. window contains independant editors, demonstrating that the windows can
  19. share the editor code.
  20.  
  21. The functions in EDITFN.C are attached to the windows by means of the
  22. keyboard filter and action functions, and a set of mouse action
  23. functions.
  24.  
  25. Please feel free to adapt the editor code for use in your own programs
  26. if you wish.
  27.  
  28.  
  29.    SDM, September 1994.
  30.  
  31.